s3 list

This block is part of the amazon aws group and was last modified in core v13.0.7.

s3 list v13.0.7

Lists S3 objects in a bucket.

In pins 4
  • connection required
    awsconnection

    The AWS connection to use for listing the objects

  • bucket required
    value

    The bucket from which to list the objects

  • max keys
    number

    Sets the maximum number of keys returned in the response.

  • prefix
    value

    Limits the response to keys that begin with the specified prefix

Out pins 4
  • connection
    awsconnection

    The AWS connection used for the list

  • output
    object

    The output of the command

  • success
    condition

    Condition indicating whether the list was successful

  • error
    value

    Error message in case of any issues during the list process

A typical wiring for s3 list: value feeds the bucket pin; the connection out pin feeds s3 list.

Studio canvas example for the s3 list block: typical wiring for s3 list.

Version history

Introduced in v13.0.7.


Back to amazon aws Return to the main group to view all sub-groups Back to amazon aws Return to the group to view all blocks within this group